home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
menu.dxr
/
00158.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-02
|
261 b
|
15 lines
on mouseDown
buttonHilite()
end
on mouseUp
global gAbort
if gAbort = 0 then
set jumpName to the name of cast the castNum of sprite clickOn()
clearPuppets(2, 12)
go(the frame + 1)
puppetSound(0)
PlayDemoFrame(1, jumpName)
end if
end